home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / buttons / navbtn / readme.txt < prev   
Text File  |  1995-07-09  |  2KB  |  43 lines

  1. The navButton Custom Control
  2.  
  3. This control provides a set of buttons to replace the buttons attached to the
  4. Data Control.  The buttons are separate from the control (so they can be
  5. placed anywhere on your form and can be sized) and are intelligently
  6. enabled and disabled based on whether a next or a previous record exists
  7. in the underlying dataset.
  8.  
  9. There are two properties to be concerned with: Style, which controls whether
  10. the button is a FIRST, PREVIOUS, NEXT, or LAST button; and AutoDisable (ON
  11. be default) which controls whether the button is enabled/disabled
  12. automatically.
  13.  
  14. There is no Click event.  Instead, a BEFORE and an AFTER event are provided.
  15. The BEFORE event allows the program to test whether the action should be
  16. taken in the current context (it could, for example, check to see if
  17. data should be saved before the current record is changed).  The BEFORE
  18. event also allows the action to be cancelled.
  19.  
  20. The AFTER event is fired after the current record has been changed.  Typically,
  21. this is where you update your non-bound controls (such as radio buttons).
  22.  
  23. This program is not Freeware, it is Shareware.  It is not disabled in any
  24. way, nor does it have a "nag notice".  However,  I trust your honesty
  25. that you will, once you have determined the suitability of this code,
  26. send me $5.00 to officially license the code.
  27.  
  28. For that $5, I will record your name and address and notify you of fixes
  29. and updates for the product.  I will not release your name to mailing
  30. list.
  31.  
  32. Send $5 to:
  33.  
  34. H. Eric Theis, Jr.
  35. 849 Boston Post Rd #5H
  36. Marlborough, MA 01752
  37.  
  38. I can be reached on Compuserve at 76270, 1533 for questions and comments.
  39.  
  40. Source code is also available.
  41.  
  42.  
  43.